home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Collection of Tools & Utilities
/
Collection of Tools and Utilities.iso
/
pascal
/
tegl6b.zip
/
INTROPAK.EXE
/
lha
/
FRAME1.PAS
< prev
next >
Wrap
Pascal/Delphi Source File
|
1991-06-26
|
178b
|
14 lines
{-- frame1.pas}
USES teglunit,teglmain;
VAR ifs : ImageStkPtr;
BEGIN
easytegl;
easyout;
PushImage(50,50,200,150);
ifs := StackPtr;
TeglSupervisor;
END.